home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / mp3ext / MP3ext33b19.exe / {app} / Themes / Themes.txt < prev   
Encoding:
Text File  |  1999-02-01  |  1.3 KB  |  35 lines

  1. How to make new themes (25.01.1999)
  2.  
  3. create a text-file with the extension .mp3theme in the MP3ext-theme folder.
  4. You can change the localtion of this folder by editing the following Key in the registry:
  5.  
  6. HKEY_CURRENT_USER\Software\MM\MP3ext\ThemePath
  7.  
  8. The content of a theme-file should look as the following:
  9. (this is norman's theme)
  10. ********************************************
  11. [MP3extTheme]
  12. ThemeName=Normans Icons
  13.  
  14. LowIcon=Normans.icl,0
  15. 48kbIcon=Normans.icl,1
  16. 56kbIcon=Normans.icl,2
  17. 64kbIcon=Normans.icl,3
  18. 96kbIcon=Normans.icl,4
  19. 112kbIcon=Normans.icl,5
  20. 128kbIcon=Normans.icl,6
  21. 160kbIcon=Normans.icl,7
  22. 192kbIcon=Normans.icl,8
  23. 256kbIcon=Normans.icl,9
  24. ********************************************
  25. 1. there must be a line with the section "[MP3extTheme]" in the file.
  26. 2. an entry with "ThemeName" must be there too, with the name of the theme.
  27. 3. the other entries are relative paths to the icons, from the location of
  28.    the theme-file. You can append an index to the icons, telling, which one in 
  29.    a library of icons is the correct one. In the norman-theme, this is used.
  30.    But you can use can access simple icons (ico-files) as well. If there is no
  31.    index, then 0 is assumed.
  32.  
  33. if you have more questions, you can mail me: mutschler@aeon-shopping.de
  34.  
  35.